C1.LiveLinq.LiveViews Namespace : GroupView<TKey,TElement> Class |
For a list of all members of this type, see GroupView<TKey,TElement> members.
Name | Description | |
---|---|---|
![]() | AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View) |
![]() | AsDynamic | Used for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View) |
![]() | AttachAggregationView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | AttachView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | Concat | Concatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | Contains | Determines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View) |
![]() | GetEnumerator | Returns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | GroupBy | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | GroupJoin<TInner,TKey,TResult> | Correlates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | IndexOf | Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | Join<TInner,TKey,TResult> | Correlates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | Maintain | Overridden. This method overrides View.Maintain. |
![]() | OrderBy<TKey> | Sorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | OrderByDescending<TKey> | Sorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | PurgeEmptyGroups | Overridden. This method overrides View.PurgeEmptyGroups. |
![]() | Rebuild | Overridden. This method overrides View.Rebuild. |
![]() | Select<TResult> | Projects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | SelectMany | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | SetTransaction | Sets the value of the View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View) |
![]() | ToString | Returns a string that represents this instance of GroupView<TKey,TElement> |
![]() | Union | Set union of two views. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
![]() | Where | Filters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |